hip.systems.gamepads.xbox

Undocumented in source.

Members

Classes

HipXBOXGamepad
class HipXBOXGamepad

Engine task: Send gamepad connect and disconnect events Poll every connected gamepad every frame Should always return a neutral state for every disconnected gamepad

Enums

HipXboxGamepadButton
enum HipXboxGamepadButton

Refer to https://docs.microsoft.com/en-us/uwp/api/windows.gaming.input.gamepadbuttons?view=winrt-20348

Functions

initXboxGamepadInput
void initXboxGamepadInput()
Undocumented in source. Be warned that the author may not have intended to support it.
isXboxGamepadButtonPressed
bool isXboxGamepadButtonPressed(int gamepadState, HipXboxGamepadButton btn)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

HipGamepadCheckConnectedGamepads
ubyte* function() HipGamepadCheckConnectedGamepads;

///// External API ////////

HipGamepadGetBatteryStatus
HipGamepadBatteryStatus function(ubyte id) HipGamepadGetBatteryStatus;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
HipGamepadGetXboxGamepadState
HipInputXboxGamepadState function(ubyte id) HipGamepadGetXboxGamepadState;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
HipGamepadIsWireless
bool function(ubyte id) HipGamepadIsWireless;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
HipGamepadQueryConnectedGamepadsCount
ubyte function() HipGamepadQueryConnectedGamepadsCount;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
HipGamepadSetXboxGamepadVibration
void function(ubyte id, double leftMotor, double rightMotor, double leftTrigger, double rightTrigger) HipGamepadSetXboxGamepadVibration;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Structs

HipInputXboxGamepadState
struct HipInputXboxGamepadState
Undocumented in source.

Meta